Hi, Enivid, superb indic. Congrats!
Bug report:
- set 'Take profit' to some value, confirm entry, PSC updates the chart with TP line
- change 'Take profit' to different value - PSC does NOT update the TP line
Perhaps I am missing something. Dunno.
I am messing with the code, so it might be my fault, though I doubt, I have not messed with TP part of the code.
Suggestions:
This indic can be fully automated to trade. In this case it would be EA.
- EntryLine can be set to trigger the trade, at fixed price level (trading strategy no. 1)
- EntryLine (& StopLossLine) can be set to 'follow the white rabbit' (LOL), that is, to follow the price; i.e. trader wants to sell, price is going up, EntryLine is following the price up, when price reverses (down - sell), EntryLine stops following, and when price crosses the EntryLine, trade is triggered (trading strategy no. 2)
I have EA that can do that, can share the code if interested, but since it has additional filters, it enters quite late. So I have been looking for simple 'lot calculator' indic, and found this one. Thumbs up!
I could have re-coded my EA, but it is in 'old MT4 code', before MT4 build 600. Though fully working.
If interested, please let me know, probably best via e-mail or PM.
I trade Live, currently profitable.
If this matter has been addressed somewhere in the thread, please forgive me for not reading the whole thread. After 4 years of reading the numerous threads, I found what I was looking for, and can't read threads from beginning no more. Thread-sick, that is. LOL.
Best regards,
Simon
S love nia
Sorry for the false TP bug report, have figured it out, I had it on wrong side of the EntryLine.
Simon
Hi!
I have quickly reviewed PSC indic.
Few suggestions:
- Stop Loss in pips, please (LOL)
- Also, no serious trader would trade without SL, so SL line should be put on chart at init(), IMHO, i.e. selected pips from EntryLine, and NoStopLoss be only as option (I think I messed up something here, because I have found StopLossLine (among chart Objects, CTRL+B), but it had 'Value 0'; strange)
- Rename 'HideSecondRisk' into smt. like 'HideRiskAsMoney' or 'HideMoneyRisk', if I got this right
- Rename 'DeleteLines' into 'DeleteLinesOnDeinit'
- Button to quickly access Indicator Inputs window
- IMHO, under Inputs window, Risk, EntryLevel, StopLoss(Pips), TakeProfitLevel and EntryType should be on top
I am having troubles putting StopLossLine on chart. Just what am I missing? Must check page 1 of the thread.
I also can't make right edge of Risk(percent) and Risk(money) to be in line (under Input (Divider) label).
I love self-arranging (hide/show - up/down) functionality. Brilliant.
I also checked PSC Trader script. Smoooth! Bow! Auto-trade-limit/stop configuration. Bow again!
I have re-coded the chart labels (info) to be on right side, neatly one under the other, since by default trader looks at current price, which is on the right of the chart. See image.
Happy trading.
Simon
Hi!
In 'PositionSizeCalculator_Base', under 'if(TakeProfitLevel>0)'... 'ObjectSetText("PotentialProfit","",font_size,font_face,rr_font_color);'
- here 'rr_font_color' is used, I believe it should be 'pp_font_color'. It does not show up, since code below (under block 'if(tTakeProfitLevel>0)'... 'ObjectSetText("PotentialProfit",...' hides the bug.
Simon
Hi!
Another but:
- Put 'TakeProfitLine' on chart, 'RR' label should be visible
- Now move 'StopLossLine' up and down and watch 'RR' label - it behaves erratic, now shows (Input) value, now it doesn't
Again, it might be just me.
Best regards,
Simon
OK, this solves previous 'Risk/Reward bug mystery':
'if(OutputRR==RiskReward) RiskReward="";'
But it is awkward. Please ignore.
Simon
Hi, is it normal that changing TimeFrame changes EntryLevel and StopLossLevel?
Simon
Hi!
Another suggestion:
- Button for toggle 'Instant/Pending' ENTRY_TYPE, with text showing current selection (Instant or Pending)
Best regards,
Simon
Hi!
I wonder why 'FormatDouble' does not work for EntryLevel or TakeProfit nor StopLoss?
It would be nice, I find this format really enjoyable. Trading Gold, which is currently at 1,190.00 level.
Thank you for sharing the code,
Best regards,
Simon