- Search Metals Mine
- 328 Results (7 Threads, 321 Replies)
-
paulselvan replied Oct 29, 2025Hello How Gold will move (bull or bear?) in the comming FED interest rate decision : 1) inchanged (=4.25%) 2) lower(<4.25%) 3) greater rate(>4.25%)
Gold
-
paulselvan replied Oct 29, 2025Hello How Gold will move (bull or bear?) in the comming FED interest rate decision : 1) inchanged (=4.25%) 2) lower(<4.25%) 3) greater rate(>4.25%)
Gold with No Drama
-
paulselvan replied Oct 26, 2025
again thanks for your repliesI will code your EAs and Indicators for no charge
-
paulselvan replied Oct 26, 2025it's fine may i ask its code source also
I will code your EAs and Indicators for no charge
-
paulselvan replied Oct 26, 2025many thanks but could you post one for mt5
I will code your EAs and Indicators for no charge
-
paulselvan replied Oct 25, 2025hello thank you for your reply the indicator in the link "rsi of parabolic sar" draws parabolic sar first then it calculates its rsi but i would like "parabolic sar of rsi" : first it must plot rsi then its parabloic sar
I will code your EAs and Indicators for no charge
-
paulselvan replied Oct 24, 2025Hello, I would like MQL5 indicator that plots Parabolic SAR of the RSI of period P.
I will code your EAs and Indicators for no charge
-
paulselvan replied Apr 15, 2020As the inputs are not modified by the program and done only once, it's suitable to use mql4 inputs window : #property strict #property indicator_chart_window enum e1{HIGH,LOW}; enum e2 {zero,one,two,three,four}; input e1 direction= HIGH ; input e2 ...
Help adding Input for Custom Indicator Object Create String
-
paulselvan replied Apr 11, 2020there should be many ways to do this.Here is one : int j=TimeMonth(Time[Bars-1]); string name; datetime d; for (int i=Bars-1;i>0;i--){ d = Time[i]; if (TimeMonth(d) !=j) { j=TimeMonth(d); name="vline"+IntegerToString(i); ObjectDelete(name); ...
Draw a vline at the first trading day of the month
-
paulselvan replied Apr 3, 2020There are attached an EA and an indicator 1>Put EA in your dashboard chart 2>Then launch the indicator in the currencies for which you want rsi-sma to follow On expert journal , signals from them are displayed i didnt set graphical effects try this ...
Coding Request for RSI Dashboard
-
paulselvan replied Apr 1, 2020did you ever see rsi crossing sma? can you explain
Coding Request for RSI Dashboard
-
paulselvan replied Mar 18, 2020Here is how simply outputs can be read : 1)Here is Trade tag where there are 2 usdcad sell trades. Both have different lots.(0.03 and 1) Both have also different SL. image 2)Here is Experts tag >You can see in Trade 0 the gap between ...
Locked floating profit indicator
-
paulselvan replied Mar 17, 2020Here is EA theoretical ok But 1)As the program converts in deposit currency, check if "Sum of SL P&L" in Experts tag is right or not for all majors. 2)Have to wait more than one day to know if swaps are ok file
Locked floating profit indicator
-
paulselvan replied Mar 16, 2020i'll limit for the major ones that's right it's sum of
Locked floating profit indicator