First save the formulae through FORMULA EDITOR. Then click on COMMENTARY. Immediately guru chart commentary will open. After that click on formula in guruchart commentary and click on LOAD button and select the formulae where you have saved. Then change the parametres of entry, stoploss,target for the current chart. Then click on commentary. You will get results.
"Date="+Date();
Entry=10.15;
StopLoss=9.57;
Target=13.97;
"Entry="+WriteVal(Entry);
"StopLoss="+WriteVal(StopLoss);
"Target="+WriteVal(Target);
Risk=(Entry-StopLoss);
RiskPer=((Entry-StopLoss)/Entry)*100;
"Risk%="+WriteVal(RiskPer);
Profit=(Target-Entry);
ProfitPer=((Target-Entry)/Entry)*100;
"Profit%="+WriteVal(ProfitPer);
RRR=(Profit/Risk);
"RRRatio="+WriteVal(RRR);
Subscribe to:
Post Comments (Atom)
My Blog List
Total Pageviews
Search This Blog
Followers
Blog Archive
-
▼
2010
(83)
-
▼
December
(11)
- afl to calculate risk, profit and RR Ratio
- Formula name: MultiCycle 1.0
- Schaff's Trend Cycle - Amibroker
- chess
- movie site & forums
- BEAR MARKET AND STOP LOSS
- Pivot Identifier (Amibroker AFL)Price pivots are b...
- Trapped Traders - Part 1 Written by Lance Beggs
- Harmonic Trading 104 (The Butterfly Pattern )
- Elliot waves and Harmonic patterns
- RADAR FOUNADATION
-
▼
December
(11)
No comments:
Post a Comment