Fan sayfamıza katılın
Service Script for aggregating Economic Calendar data to a .txt file
Three candles from another timeframe are drawn using graphical objects
The indicator plots (using OBJ_TRIANGLE) the area between 'Open', 'High', 'Low' and 'Close' of the day
A series of indicators 'Square' - shows the state of the indicators in the form of lines of squares. Displays two indicators: MACD and Stochactic
Finalization of previous version. Now, when opening a 'SELL' position, we immediately close all 'BUY' positions and vice versa: when opening a 'BUY' position, we immediately close all 'SELL' positions
Trading strategy based on the iAMA (Adaptive Moving Average, AMA) and iRSI (Relative Strength Index, RSI) indicator. Doubling the position at a loss (not Martingale!)
The script (not an Expert Advisor) sets and moves the Stop Loss for all positions on the current symbol to the specified price
Two 'Main' lines from two iStochastic (Stochastic Oscillator, STO) indicators with filled areas between the lines. Line crossing notifications (Sound, Alert, mail, push)
Two RSI (Relative Strength Index, RSI) lines - 'Fast' and 'Slow'. Filling areas from the window borders to these lines
Shows your position size through a comment from any symbol chart based on a risk percent on daily ATR, you can use either balance or equity.
Development of the first version. Added parameters 'Maximum number of positions' and 'Minimum step of positions'
Assistant - works on the current symbol, has the 'Trailing activate if profit is >=' parameter in the trailing parameters. Sets the initial Stop Loss and Take Profit. Closes all positions when target profit is reached
Assistant - works on the current symbol, has the 'Trailing activate if profit is >=' parameter in the trailing parameters