- Search Crypto Craft
- nwesterhuijs replied Apr 9, 2018
No output file is created. Even if, what I think you want is not covered by any of the buffers so not a quick fix
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Apr 9, 2018
file Typo , compiles but check if it works in line with expectation
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Apr 9, 2018
file Check if it compiles and works as hoped (have yet to attach the indie to a chart to see how it works, so hope I interpreted it correctly).
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Apr 9, 2018
file Check if it compiles. Will not work for automated backtesting. For that the structure needs to change with the major difference being the substitution of TimeCurrent with iTime. Main issue that was there is the use of e.g. Hour(), Minute() ...
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Apr 8, 2018
Only mq4-files can be modified
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 29, 2018
OK tnx, can't reply to PMs from here, but will check once at my terminal.
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 27, 2018
Not worked on these type of things before, this was programmed by somebody else but available on FF. Not at a terminal so see if this compiles and if it works (in demo) the way you intended. Set PartialClose to 0.5 if you want to close half of all ...
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 27, 2018
file Check if this suits the bill
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 27, 2018
file Check if this one compiles and does what you want. I also made Symbol, Calculation Basis and Order Type an input parameter.
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 18, 2018
Under Input Parameters add: "input double InpFixedLots=0.01;// Fixed Lot Size" Find " } else m_lots=volume_min;" and replace with " } else m_lots=InpFixedLots;" InpFactor is percentage increment so 10 would equal a multiplier of 1.1 whereas -10 ...
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 16, 2018
Check in the indie what value BuyArrow and SellArrow are assigned. Likely they are empty in case of no signal (i.e. 0 if assigned to a double) or a value. With arrows they often get a value close to the price so in EA just check if L_1 >0. Your ...
Mql4 iCustom issue/question
- nwesterhuijs replied Mar 15, 2018
EX4 files are compiled and little is possible with it. If you have MQ4 file, it can be opened in text editor and modified so maybe then someone can have a look and assist.
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 15, 2018
Individual TP/SL will take precedence over global, if one is not set to 0 global TP/SL will not be used. Again no idea if it compiles. file
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 14, 2018
file variable definition missed an "e". Compiles now, but running other tests so can't backtest this one atm. Check pls
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 14, 2018
Will check once I am behind a terminal
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 14, 2018
file Check if it compiles. MTF implementation can be done in different ways. Given that this is a histogram I have opted for separate windows. Attach it to a chart, select the TF you want and off you go. Repeat this action for an extra TF and this ...
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 13, 2018
file Check if it compiles. 0 for TP and/or SL means it will not use it. Makes use of the average price calc that was already in the EA
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 12, 2018
Check if it compiles and works in line with expectation file
I will code your EAs and Indicators for no charge