Jairo / Publications
Forum
Change spread in the tester and symbols properties
Hi, I would like to suggest the possibility of changing the spread used in the tester. The platform always takes the last spread available from the broker. Hex editing the fxt file does not fix it. During weekends and holidays, this may be very upsetting to backtests . This week, for example, market
Trade Perfect
Hi, "Perfect" is just a name. It helps remind me to chase restlessly every bug I may find in the code. Please read carefully the following summary pasted from the RAS site if you are using or going to use my signals. Here are the links to the Balance and Equity chart for these signals
Bug in iMA function? It does not calculate on monthly bars (solved)
Run the following simple "expert advisor": int start() { Print("Weekly iMA = ",iMA("EURUSD",PERIOD_W1,2,0,MODE_LWMA,PRICE_WEIGHTED,0)); Print("Monthly iMA = ",iMA("EURUSD",PERIOD_MN1,2,0,MODE_LWMA,PRICE_WEIGHTED,0)); } You will get an output file like this: 20:12:57 Test EURUSD,M1: loaded