Codes

Lesson 9 Buy sell stop Order for MetaTrader 5

This is a lesson on buying or selling with pending orders stop

Lesson 7 Price action Ket hop Volume VSA for MetaTrader 5

This is a lesson on trading using price action combined with volume

Trailing stop tutorial using ATR indicator for MetaTrader 5

Trailing stop tutorial using ATR indicator

Calculate Lot Size and Trailling Stop for MetaTrader 5

This is a lesson on how to: 1. calculate the lot size in each order corresponding to the percentage of balance loss. 2. Trailling and count position buy and sell. The condition buy or sell base on Price action and moving average filter

Lesson 4 Price Action and MA Filter for MetaTrader 5

This is a tutorial on price action trading combined with a moving average filter

Lesson 3_Price Action for MetaTrader 5

This is a guide to trading using the price action method

Lesson 2_ Trading RSI Pattern Confirmation two Bottom for MetaTrader 5

This is a tutorial on how to confirm double bottom & RSI patterns

Lession 1_ Bullish and Bearllish Candle Tick for MetaTrader 5

This is a lesson on how to create a Bullish - Bearllish reversal trading method based on the Japanese candlestick pattern. Now we will refer to detail introduct about method

Bollinger band for MetaTrader 5

Now we will get the code with function and purpose as below: 1. How to call and using the bollinger band 2. How to call and using the volume tick 3. How to call and using the Moving average volume. 4. How to code using the Trailling & Check volume lot size

Donchain chanel price action for MetaTrader 5

it is an Indicator of Donchain chanel price action work with to all time frame

Forum

How to close all position trade at end of Week

Hi everyone! Now I want to send to all the method to close all positions trade at time end of weekness. Detail as below: void OnTick () { if (close_end_of_week()) { Close_allpending(symbol_index, POSITION_TYPE_SELL ); Close_allpending(symbol_index, POSITION_TYPE_BUY );