jeon su man
jeon su man
Friends

Add friends via their profile or user search and you will be able to see if they are online

jeon su man
Added topic how can i make alert line only one time?
Hello! good afternoon. i want to modify attached source to suit what i want style. this is trend line alert and if price line cross then alert fire but it every bar fire alert but i want to make it only one times alert not per bar or not tick per
jeon su man
Added topic Tradeplatform with visual studio intergration
hello. anyone here using Tradeplatform with visual studio ? this is great plugini which allow use mt4 with visual studio debugging. before i try to much of times but i couldn't make it work together with visual studio. anyone can share how to setup
jeon su man
Added topic when debugging step through how can i update object onto chart?
Hi, i have some bug in my indicator so i'm debugging but i have some question. following is parts of code . when debugging step through i want to see result on the chart immediately. but when this code executed OBJ_TEXT not updated on the chart
jeon su man
Added topic debugging question.
Hi, i wonder , is it possible to update some value such like Arrow or Text on terminal screen when debugging Step Over or Step Into? it would be great if i can see updated value on the screen real time when debugging. any help or guide appreciate
jeon su man
Added topic query name value of arrow
Hi, i want to find Text value of arrow in my chart. i was checked ObjectFind, ObjectGet but it seems to be don't have function to query Text value of arrow . what kind of method or function should have to use to query name value in Arrow? thanks
jeon su man
Added topic trend line alert cross notification
Hello! good afternoon. i want to modify attached source to suit what i want style. this is trend line alert and if price line cross then alert fire but it every bar alert fire so i want to try to make it only one times for alert but no luck. i was
jeon su man
Added topic order close when alert line crossed. help me!
hello, im new to mql language and also almost new to programming. i was found some source of line cross alert. and i was add keyboard event to source to close my order. so it should have to working when current candle crossed(Close[0]),it should have