Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 15551
- Rating:
- Published:
- 2021.01.04 15:23
- Updated:
- 2021.01.09 21:03
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
How it's working?
The premise is simple. The entrance looks like this ...
Force=((Bid-close)/close)*10000;
example:
Force > 10% (see input parameters) Opening Buy
Force < -10% ( see input parameters ) Opening Sell

Script that opens 2 orders - one set to close percent of position when profit equals stoploss, another set to close at TP

Relative volume trend

With this script, you can send a message from MetaTrader 4 to Telegram.

In MetaTrader 4, we intend to calculate the intersection coordinates of two straight line objects with different slopes using MQL4.