Join our fan page
- Views:
- 12021
- Rating:
- Published:
- 2008.02.28 09:12
- Updated:
- 2014.04.21 14:52
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The indicator-informer Currency prints and writes into a file the following information:
1. currency pair;
2. the price of one lot in a deposit currency, i.e. value of margin when a position of 1-lot volume is opened for a chosen pair;
3. maximal lot volume possible for this currency pair with a set percent of balance and spread taken into account (stick to Money Management).
There are only two parameters in the indicator:
All_Pairs
true - information is shown for all currency pairs (28 pairs);
false - information is shown for the current security.
Procent - desired percentage of balance.
The following tasks are solved:
1. choosing the optimal currency pair in terms of costs;
2. calculating margin and spread costs;
3. stick to MM of your strategy.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/7721

A simple multi-frame indicator on the basis of JMASlope for the organization of scalping and swing trading, as well as for an easier detection of Elliot Waves.

This indicator is alternative of moving averages, but with lower lag and adjustable sensitivity coefficient.

StepChoppy_v2 indicator. Uses indicators: StepMA_v7, StepRSI_v5.2.

Strategy pabloski, is realized in indicator StepRSI_v5.2.