selnomeria
selnomeria
Friends

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

selnomeria
Added topic Possible Bug in platform
I am interested,  I import custom indi - https://pastebin.com/raw/wB52rc5c then in another indi i call it with  iCustom(NULL,0, "MyIndi1", 2.0, 2.0, "day", 0, 0); and mt4 becomes spoilt and int needs full uninstall to make it working
selnomeria
Added topic Change color of line dynamically
It is so hard to code to make the line (i.e. MyBuffer1) to have different colors while some conditions change... How to do that? Is there any update
selnomeria
Added topic how to calculate seconds after market_open ?
In other platforms, there is an eaasy way to calculate time remianinig till market close , or time passed after market_open... how to do with mql4
selnomeria
Added topic how to set semi-transparent color to buffer?
is there a way to set semi-transparent color indicator 's line? i used this but none of these  work: ...... SetIndexStyle(1, DRAW_HISTOGRAM , STYLE_SOLID, 1,  StringToColor("0, 0,127,0")  ); SetIndexStyle(1, DRAW_HISTOGRAM
selnomeria
Added topic BUG in metatrader
In one of my indicator, i calculate values... double a = 0.005403564271234229; double b = 0.005490378598028686; MyBuffer1[i] = a/b;   // <---- If i execute this line,  whole    indicator stops functioning completely on chart
selnomeria
Added topic How to clear chart (from objects) after switching to different TIMEFRAME chart?
I code indicator which plotes trendlines... However, after switching to different timeframe chart, the previously ploted objects are still there, on new Timeframe chart... How to delete those previous Timeframe's chart's objects automatically
selnomeria
Added topic How limit chart's data to i.e. 1 year only
I use H1 chart.. My chart scroll left almost infinitely (back to several years) however, I want to show it smaller period (i.e. only 6 months)... how to do that
selnomeria
Added topic TradeStation commands (MinMove, PriceScale) equivalent for MetaTrader
What are equivalents for Metatrader,  of these Tradestation variables: MinMove PriceScale PointValue BigPointValue Reference here: http://help.tradestation.com/09_00/elword/word/minmove_reserved_word_.htm
selnomeria
Added topic Clicking F5 in editor, returns to editor again (without errors)
something happened to my MT4, when i click COMPILE / F5, then it switches to platform, asks me for indicator inputs, and after clicking ok, the charts again removes and switches back to editor... only clicking PROFILING makes my indicator to be
selnomeria
Registered at MQL5.community
12