بٹ کوائن کی قیمت مقرر کریں اور وِیچیٹ پش (تعلیم)
3
Follow
1518
Followers
تعلیمی حکمت عملی:
جب سکے کی قیمت مقررہ قیمت سے زیادہ یا کم ہو تو خودکار طور پر WeChat پر ایک پیغام بھیجیں۔ کم از کم بھیجنے کا وقفہ مقرر کیا جا سکتا ہے۔
جب کرنسی کی قیمت مقررہ قیمت سے زیادہ یا کم ہو تو خودکار طور پر WeChat یا Telegram پر ایک پیغام بھیجا جاتا ہے۔ کم از کم بھیجنے کا وقفہ مقرر کیا جا سکتا ہے۔
Source
JavaScript
/*
This stragegy will sent a message to your telegram when the price is higher or lower than
the set price.
All stragegy must has a main function as the entrance.
*/
function main() {
//change symbol,will cover the default exchange which was set when start a bot.Currency is a strategy arguments
exchange.IO("currency", Currency)
var lastPushTime = 0 //the variable of last push timestamp.
while(true){ //run a infinite loop, which is the basic structureStrategy parameters
Related strategies
Comment
All comments (4)
- 1

