How can i see what the indicators are measuring? i try to develop the base algorithm for EA

Please suggest a simple & effective Method/System of "Trading System" Forum to newbie 180 replies
The System Behind the System, by Merlin Jeffries 16 replies
200 Ema system - help me build a system ! 19 replies
Knife system, Vegas 4h system related questions. 4 replies
Would you trade this system? New system #2. 10 replies
DislikedHow can i see what the indicators are measuring? i try to develop the base algorithm for EAIgnored
Disliked{quote} Hi, How about this white_10 = iCustom(Symbol(),Period(),"liun_interval_index", 1.0, 1.0, 1.2, 0.0, 8.0, 8.0, 1, 0); white_11 = iCustom(Symbol(),Period(),"liun_interval_index",1.0, 1.0, 1.2, 0.0, 8.0, 8.0, 1, 1); white_20 = iCustom(Symbol(),Period(),"liun_interval_index",1.0, 1.0, 1.2, 0.0, 8.0, 8.0, 0, 0); white_21 = iCustom(Symbol(),Period(),"liun_interval_index",1.0, 1.0, 1.2, 0.0, 8.0, 8.0, 0, 1); yellow_10 = iCustom(Symbol(),Period(),"liun_interval_trend", 0.0, 2.0, 3.0, 0.0, 20.0, 20.0, 0, 0); yellow_11 = iCustom(Symbol(),Period(),"liun_interval_trend",...Ignored
Disliked{quote} Hey emonts ! That is easy part. The hard path is developing the right algo , and just allowing one trade per trend .. Hope you can help.Ignored
DislikedWHITE1 indicator value on present and previous candle, white1<yellow2 white1[0]<white1[1] so you can figure out if its going up or downIgnored
Dislikedyou can visualize WHITE and YELLOW as two clouds, when they cross - start looking signal entry from last point where they touched after the cross, keep in mind that there are different conditions for signal when clouds penetrate each otherIgnored
Disliked{quote} Hi, If we see in the text White1, White2, Yellow1 or Yellow2; the lines in the chart are ment. White1 = upper White line, White2 is lower White line in the chart. If we see White1[0], this is the actual bar of the upper White1 line in the chart If we see White1[1], this is the previous bar of the upper White1 line in the chart BRIgnored
Disliked{quote} {quote} {quote} Thanks Forexior and emontsNow it is clear to me
So when he says "uptrend: white2>yellow1 white2[0]>white2[1]" he means uptrend: white2>yellow1 and white2[0]>white2[1] correct?
Ignored
DislikedHere is a chart showing trades since Mid January too today on GBPUSD. Sure the Euro dollar would also work. Two pairs on long term trading can give you more than enough pips and with less headache of the screen time. Using the mainstream idea here that this trader is showing us, yes its logical to make pips. But how, in simplicty learn how to trade and then a system like this helps you to follow the market. Do nt just expect someone to give u an indicator and away you go and for sure why would he not keep the MQ4 - if you learn how to trade then...Ignored
Disliked{quote} Hi, How about this white_10 = iCustom(Symbol(),Period(),"liun_interval_index", 1.0, 1.0, 1.2, 0.0, 8.0, 8.0, 1, 0); white_11 = iCustom(Symbol(),Period(),"liun_interval_index",1.0, 1.0, 1.2, 0.0, 8.0, 8.0, 1, 1); white_20 = iCustom(Symbol(),Period(),"liun_interval_index",1.0, 1.0, 1.2, 0.0, 8.0, 8.0, 0, 0); white_21 = iCustom(Symbol(),Period(),"liun_interval_index",1.0, 1.0, 1.2, 0.0, 8.0, 8.0, 0, 1); yellow_10 = iCustom(Symbol(),Period(),"liun_interval_trend", 0.0, 2.0, 3.0, 0.0, 20.0, 20.0, 0, 0); yellow_11 = iCustom(Symbol(),Period(),"liun_interval_trend",...Ignored
Disliked{quote} please don't change the system as you image...where is yellow on your chart.Ignored
Disliked{quote} If you read my post correctly you would of realised i do not trade your system i trade something similar i have no need to trade your system, no need to even think about your system and no wishes to try and even go near you system i came across you post as it is similar to how you trade that is all, period. My chart does not have your indicators on them because i dont use them - i have my own system i was outlining how with one of the indicators you use it is possible on two pairs to make 800 - 1000 pips on average monthly which seems to...Ignored
Disliked{quote} Btw you should loose the fear of the markets - it shows in your system especially as your idea has alot more potential to it and on a safe level too. But then what works for one will always inspire another i suppose.. make em green those pips hey bubba
Ignored
Dislikedwhats difference than using different bollinger bands ? dont think there is a magic indicator can help you... delete all indicators and just try to see how price starts a move and when it returns... {image} {image}Ignored
DislikedLiunliun, First of all thanks for your strategyPlease explain this to me
You say "white arrow is white[0] yellow arrow is white[1]. means white[0] is NOW, white[1] is last candle" But when you explain uptrend you say downtrend: white1<yellow2 white1[0]<white1[1] Here what is "white1[1]"? Is it same as "white[1]" If you don't mind, can you please explain the "trend" using another name for "NOW" candle and "LAST CANDLE" Ex: white[0]=NOW white[1]=PREVIOUS
Ignored
Dislikedyou can visualize WHITE and YELLOW as two clouds, when they cross - start looking signal entry from last point where they touched after the cross, keep in mind that there are different conditions for signal when clouds penetrate each otherIgnored