Expert Advisor based on RSI. Sells at downward crossing of 70, buys at the upward crossing of 30. The levels, stop loss and take pro...
Showing posts with label Simplest. Show all posts
Showing posts with label Simplest. Show all posts
MetaTrader 5 Script | Simplest CSV file writer
0
Use this simplest class to write CSV file with out any preparations and types casting declarations. Find the shortest usage example ...
MetaTrader 5 Expert Advisor | Simplest Hedging EA ever
0
Author of the idea — Monu Ogbe, author of the mq5 code — barabashkakvn. If an even simpler EA exists, I would like to see it! The ...
MetaTrader 4 Expert Advisor | Simplest EA using DeMarker indicator
0
In the past, I thought of using an EA for my trading and this is part of my simple EA and this is the simplest EA I ever had so plea...
MetaTrader 5 Script | Simplest CSV file reader
0
Use this simplest class to read CSV file with out any preparations and types casting declarations. Find the shortest usage example ...
MetaTrader 5 Libraries | Simplest Logger class for MetaTrader 5
0
Every programmer has their own logger. I wrote my own for MQL5, inspired by the Python logging module. This class is simplest. No ...