- Search Crypto Craft
- 461 Results (6 Threads, 455 Replies)
-
Beerrun replied Nov 8, 2020Not your main issue but this adds 1 to the amount of alerts sent: x=0;x<=PlaySoundNTimes Should be: x=0;x<PlaySoundNTimes or x=1;x<=PlaySoundNTimes
I will code your EAs and Indicators for no charge
-
Oanda V20 API
Started Oct 6, 2020|Platform Tech|1 reply
If anyone here uses Oanda and Node.js, I started a library for use with the Oanda V20 API. ...
-
Beerrun replied May 18, 2020Yessir that counts magic numbers. Add “if(OrderSymbol()==_Symbol)” before “result++;” if you have the same magic number on different chart symbols
I will code your EAs and Indicators for no charge
-
Beerrun replied May 18, 2020Yes that could be an issue. Both programs could see 0 orders and then both try to send an order. If you have access to the source code I can help you create a mutex to prevent this.
I will code your EAs and Indicators for no charge
-
Beerrun replied May 15, 2020The && (AND) and || (OR) separate conditions. The conditions inside have to evaluate to true based on whatever you put in there. So saying open&&close does not add them together, it is two separate conditions.
Wick high average
-
Beerrun replied May 15, 2020It looks good. However one thing I notice is the “Open[2]&&“ in the 2nd condition. As it is now it is saying “if open[2] is true”. Testing shows that an if statement with any value besides 0 will still be accepted as true: if(-1), if(0.1), if(2) all ...
Wick high average
-
Beerrun replied May 14, 2020Brand new code, works a lot more efficiently, based on this url but better. Able to be loaded 9 times (default timeframes) before the indicator instances conflict. The alert is not tied to D1 only but any outwards fractal break with a close; it is ...
I will code your EAs and Indicators for no charge
-
Beerrun replied May 13, 2020It looks like it was made on a larger screen.
I will code your EAs and Indicators for no charge
-
Beerrun replied May 13, 2020Here you go. Could use some updating though. Just needs to be called once to get the id
I will code your EAs and Indicators for no charge
-
Beerrun replied May 13, 2020No worries with mistakes, we all make them, I do every day; call them learning experiences
The unique id is a consistent issue, you can google it and you’ll find a few solutions but none are bulletproof. My own solution uses terminal global ...I will code your EAs and Indicators for no charge
-
Beerrun replied May 13, 2020Regardless of yours and Phylo’s interaction, I have already posted two versions before this. However, nothing wrong with giving it a go yourself
It is good to attempt the challenge
and the more coders helping here the better. You ...I will code your EAs and Indicators for no charge
-
Beerrun replied May 13, 2020All 9 default time frames
I will code your EAs and Indicators for no charge
-
Beerrun replied May 13, 2020Which timeframes as default? Or all timeframes?
I will code your EAs and Indicators for no charge
-
Beerrun replied May 13, 2020Give this a try. Can load it as much as you want.
I will code your EAs and Indicators for no charge
-
Beerrun replied May 13, 2020BBands is a separate indicator from the one I posted
I will code your EAs and Indicators for no charge
-
Beerrun replied May 12, 2020When does the alert happen?
I will code your EAs and Indicators for no charge
-
Beerrun replied May 12, 2020I hope it’s what you wanted. I’m not trying to put a lot of effort in though, I’m sorry. I just modified the tf input, added the tf to the object names, replaced dots with arrows if not using D1, slimmed down the input list, and cleaned up the code.
I will code your EAs and Indicators for no charge