NexusFi: Find Your Edge


Home Menu

 





Fixed fractional money management


Discussion in EasyLanguage Programming

Updated
    1. trending_up 3,325 views
    2. thumb_up 0 thanks given
    3. group 1 followers
    1. forum 4 posts
    2. attach_file 0 attachments




 
Search this Thread

Fixed fractional money management

  #1 (permalink)
 Loop 
Sydney
 
Experience: Intermediate
Platform: Multichart
Trading: Gold
Posts: 26 since Aug 2016
Thanks Given: 22
Thanks Received: 4

Does any one know how to code a normal fixed fraction money management that I can add to various strategies? It seems its nor premade for multichart.

Many thanxx

Loop

And does anyone have code for other technics such as Optimal F?

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Trade idea based off three indicators.
Traders Hideout
Quantum physics & Trading dynamics
The Elite Circle
Better Renko Gaps
The Elite Circle
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
  #3 (permalink)
 Loop 
Sydney
 
Experience: Intermediate
Platform: Multichart
Trading: Gold
Posts: 26 since Aug 2016
Thanks Given: 22
Thanks Received: 4


I found a download with all code on Tradestation website!

All good!

Started this thread Reply With Quote
  #4 (permalink)
 
sptrader's Avatar
 sptrader 
Colorado
 
Experience: Advanced
Platform: MultiCharts
Broker: IB & Iqfeed
Trading: ES , CL
Posts: 535 since Apr 2010
Thanks Given: 1,097
Thanks Received: 701

Could you post the code or the website ?

Reply With Quote
  #5 (permalink)
 Loop 
Sydney
 
Experience: Intermediate
Platform: Multichart
Trading: Gold
Posts: 26 since Aug 2016
Thanks Given: 22
Thanks Received: 4

//Position Sizing - Fixed fractional

Inputs: Capital( 100000 ), PercentAllocationPerTrade( .02 ), RiskPertrade( 1 );
Var: ShareAmount( 0 ), Equity( 0 );


Equity = Round((Capital + NetProfit + OpenPositionProfit),0);
ShareAmount = Round((PercentAllocationPerTrade * Equity) / RiskPertrade,0);



If Marketposition = 0 then begin

If rsi(close,2) crosses below 30 then begin
buy ShareAmount shares next bar at market;
Value2 = ShareAmount;

end;

end;

If Marketposition = 1 then begin

if rsi(close,2) crosses above 70 then begin
sell value2 shares next bar at market; //you can use sell "all shares" as well

end;

end;

Started this thread Reply With Quote




Last Updated on August 12, 2016


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts