- Search Metals Mine
- nwesterhuijs replied Mar 11, 2018
Minor typo from my side. Again not behind a terminal, so check if it compiles and if you get any alerts that do not freeze your system file (updated)
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 11, 2018
Not an indicator and you need to purchase a license for the EA @ url . Authentication works via your account number.
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 7, 2018
Check if this doe sthe trick. Not behind a terminal so hope it complies without error file
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 6, 2018
This is the easiest implementation of what you want the only drawback is that your 50 line becomes a 0-line, 100 becomes 50 and 0 becomes -50. If you want to have the actual figures on display, not sure that is possible, since I have not seen a MACD ...
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 6, 2018
Check if this compiles [Not behind a terminal atm] and works the way you have in mind: file Norbert
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 5, 2018
Try and see if this works for you
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 4, 2018
Not behind a terminal so difficult to see, but check your Journal tab and see if there are any Error messages concerning OrderSend
I will code your EAs and Indicators for no charge
- nwesterhuijs replied Mar 4, 2018
@MEXGT4: Instead of if(MSS1>MSS2)SBUY="true";if(MSS2>MSS1)SSEL="true"; Try: if(MSS1>MSS2 && MSS1a!=EMPTY_VALUE)SBUY="true";if(MSS2>MSS1 && MSS2a!=EMPTY_VALUE)SSEL="true"; That way it check for the arrow as well.
I will code your EAs and Indicators for no charge