NexusFi: Find Your Edge


Home Menu

 





Portfolio Trader - TimeFrame


Discussion in MultiCharts

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




 
Search this Thread

Portfolio Trader - TimeFrame

  #1 (permalink)
no erocla
turin italy
 
Posts: 96 since May 2013
Thanks Given: 43
Thanks Received: 4

Portfolio trader is calculated every tick and this, in my opinion, can give some loop problems.

To avoid this, i programmed all signals to 1 minute timeframe inserting the following string in each of them:

Code:
 
Code
                            
pmm_set_my_named_num("FLAG",1); 


then i check on portfolio trader signal if all minute bars are closed:

Code:
 
Code
                            
var:idx(0),allow(0);


pmms_strategies_deny_entries_all;

for 
idx 0 to pmms_strategies_count -1 BEGIN
ALLOW 
ALLOW+pmms_get_strategy_named_num(idx,"FLAG");
END;


IF 
ALLOW pmms_strategies_count THEN BEGIN 

   
FOR IDX 0 TO pmms_strategies_count-1 BEGIN
   pmms_strategy_allow_entries
(idx);
   
pmms_set_strategy_named_num(IDX,"FLAG",0);
   
end;
   
PRINT(
"ALLOW ",ALLOW);
END;

ALLOW 0
But sometimes happen that somethink doesn't work and Signals does not enter their trades at market.
Any idea to solve this ?

Thank you very much for any response
Best regards
No Erocla

Reply With Quote




Last Updated on December 15, 2015


© 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