Return to site

Fxdreema pro ea

broken image

Run your EA in tester and you can see, that buy and sell are mixed and hard to find if martingale is working: Learn basic math and use custom code block in simpliest way for your math and add custom code. In on Tick section add few blocks based on condition, if there is no trade (separate for Buy/Sell) than open trade with variable lots: In on Init section reset variables by lotsStart value:

broken image

when trade is closed on SL, multiply volume for next trade by custom multiplier.buy trade is opened when fast MA crossed slow MA in up direction, opposite for sell.This is one method is ugly but is simple and is working in tester.

broken image

In this tutorial I will describe how to create simple, but less stable martingale. People are repeating question how to create martingale system. Important note: this is not about profitable EA, it is about custom martingale principle, do all tests only in tester or demo.

broken image