- Search Crypto Craft
-
Beerrun replied May 10, 2019The indicator does nothing aside from drawing a spread label on chart.
Auto Refresh All TimeFrames' Chart Data + showing Spread
-
Beerrun replied May 3, 2019Your ea’s are most likely coded to open a trade if no others exist for the symbol. Yes it is possible to allow the ea to reset like you say but it would only work on whichever ea’s code was modified. If you want to use the ea on multiple pairs but ...
Metatrader EA stops trading after entering one trade?
-
Beerrun replied May 3, 2019You can pm me. Any time scan setting you want is fine, none of them will harm anything, even 0 second scan. The “script sticks to chart” is a leftover from the script version, preventing the script from unloading itself; setting it to “no” will ...
Trailing stop for multiple orders
-
Beerrun replied May 2, 2019Youve got it buddy. Input a 0 for any of the trailing settings you don’t want to use. The magic numbers won’t matter, it operates on all open trades for that symbol.
Trailing stop for multiple orders
-
Beerrun replied May 1, 2019No worries buddy
To do only BE adjustments, you can input a 0 for the 3rd/4th settings. But no worries if it’s not what you’re looking for.Breakeven + X pips Script
-
Beerrun replied May 1, 2019Not with this file, I just left the option. Edit:the EA can reuse the hidden pending order feature. Normally a script will only run it’s code once then unload itself, while an ea runs continuously
Trailing stop for multiple orders
-
Beerrun replied Apr 17, 2019Did it all on my phone
let me check edit:check your pm edit2: fixed the error(s), reposted the fileI will code your EAs and Indicators for no charge
-
Beerrun replied Apr 17, 2019Added a buffer above and below the MA. I believe this is what you wanted based off our pm’s.
I will code your EAs and Indicators for no charge
-
Beerrun replied Apr 16, 2019This thread is for Rgb-dj to learn some coding. And you come in here and apparently don’t read any post before downloading and then criticizing his program by way of me. If you are a coder then help him learn. If you aren’t and cannot offer anything ...
Open: Button, Close: MA Cross
-
Beerrun replied Apr 16, 2019You can read right?? I am not the author of that mq4 file, I literally just removed empty spaces from the code and changed the direction of one loop. Stop quoting me saying it’s bad, it’s not my program... it’s not that hard...
Open: Button, Close: MA Cross
-
Beerrun replied Apr 14, 2019Yes it is possible, you can even use the broker’s api feed and skip mt4. There is a thread somewhere on the site where a member posted their own python bridge from mt4 to oanda fxTrade, it might be helpful. url
Get data from MetaTrader to external csv or database?
-
Beerrun replied Apr 12, 2019Nooo I just remembered the functions you needed

I will code your EAs and Indicators for no charge
-
Beerrun replied Apr 12, 2019Place this inside of your init(), inside the {}: IndicatorSetInteger(Indicator_Levels,4); SetLevelValue(1,yourvalue); SetLevelValue(2,yourvalue); SetLevelValue(3,yourvalue); SetLevelValue(4,yourvalue); SetLevelStyle(DRAW_LINE,1,yourcolour);
I will code your EAs and Indicators for no charge
-
Beerrun replied Apr 10, 2019Unfortunately no, the mq4 file is the source code, where changes are made.
I will code your EAs and Indicators for no charge