Forum

discussion of martingale in trading

hi, is anybody here trade using martingale? im a fan of martingale. Lets discuss about how to manage or reduce risk using this method

choppy trend

hi, may i know what is the best indicator(s) to evaluate choppy(sideways) trends from up/down trend? thanks

problem with parabolic SAR

hi, im having a problem with my EA using iSAR. For example my code is - when iSAR dot is down, it will trigger ordersend() buy and if the dot is up above the candle it will open for sell. My problem is after sometimes lets say the dot is up above the candle, it suppose to trigger sell, when suddenly

mt4 on mt5

hi, im curious to know if mql4 code can be copy and compile in mql5 editor. is it the same with no error

problems with tick

hi, im a beginner and my problems is my ea working just fine during slow market. but when it comes to rush hour where ticks begin to move rapidly, sometimes it skipped or omit certain code. for example when -- ( OrderClosePrice()==OrderTakeProfit() ) Alert("hit Take profit"); -- so lets say it hit

please help for simple coding

hi im a beginner and im trying to build a very simple EA just to understand how it works first. Can anybody help me by giving some simple example of a code for 1. Alert when it hits take profit 2.Alert when it hits stop loss my scenario is this:- after i execute lets say Order buy function, it sets

difference between demo and real account

hi, i was wondering if there is a difference in code/signal broadcasting between demo account and real account .. as if maybe there is a lag in real account or something like that.. im experiencing somewhat glitch during running my EA in demo account, is that going to happen in real account too