NexusFi: Find Your Edge


Home Menu

 





Robots Unleashed - a beginners algotrading journey


Discussion in Trading Journals

Updated
      Top Posters
    1. looks_one FastNCurious with 56 posts (65 thanks)
    2. looks_two vmodus with 26 posts (16 thanks)
    3. looks_3 kevinkdog with 18 posts (32 thanks)
    4. looks_4 SMCJB with 17 posts (28 thanks)
      Best Posters
    1. looks_one kevinkdog with 1.8 thanks per post
    2. looks_two SMCJB with 1.6 thanks per post
    3. looks_3 FastNCurious with 1.2 thanks per post
    4. looks_4 vmodus with 0.6 thanks per post
    1. trending_up 19,690 views
    2. thumb_up 154 thanks given
    3. group 22 followers
    1. forum 126 posts
    2. attach_file 0 attachments




 
Search this Thread

Robots Unleashed - a beginners algotrading journey

  #91 (permalink)
 
FastNCurious's Avatar
 FastNCurious 
saint louis MO
 
Experience: Intermediate
Platform: TradeStation
Trading: NQ, ES, YM, CL, GC
Posts: 149 since Oct 2017
Thanks Given: 95
Thanks Received: 177

My algo trading has started off horribly this year. I learned a valuable lesson that proper capitalization is extremely important for applying multiple strategies. I turned on several strategies that naturally increased position size and in one week I took a massive hit to my account. I trimmed everything back for now until I have proper capital to withstand the drawdowns because they are sure to happen.

Luckily, whatever losses I sustained in my TS account I made up for in my Crypto accounts.

I have also switched back to my old way of trading one strategy per symbol in one account. For the longest time I was testing out using a new way to trade multiple strategies on one symbol in one account and I have had to scratch that for now. The system I was using works better for intra-day systems but most of my systems are swing trading systems.

One day I would love to have 5-15 intraday systems all for one symbol but that is far off in the future if at all.

Overall I am still very happy with my algo trading but not to thrilled with how I have implemented new strats this year. Currently I am in saving mode to get my account to the proper level to trade all the systems I want to trade.

Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
Increase in trading performance by 75%
The Elite Circle
REcommedations for programming help
Sierra Chart
How to apply profiles
Traders Hideout
MC PL editor upgrade
MultiCharts
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
31 thanks
Spoo-nalysis ES e-mini futures S&P 500
28 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
20 thanks
GFIs1 1 DAX trade per day journal
17 thanks
  #92 (permalink)
 Adapter 
Dublin, Ireland
 
Posts: 15 since Jan 2019
Thanks Given: 327
Thanks Received: 19


FastNCurious View Post
So here is what I have written now but I am getting an unknown identifier.

 
Code
If time =1516 then begin

Print(date, time, getrtaccountequity(strAccountNumber);

end;

I tried putting my actual account number in there but it didn't work either. If anyone knows the answer to this issue please post it here.

Instead of strAccountNumber try Getaccountid (example: Getrtpurchasingpower(Getaccountid)

Reply With Quote
Thanked by:
  #93 (permalink)
 
SMCJB's Avatar
 SMCJB 
Houston TX
Legendary Market Wizard
 
Experience: Advanced
Platform: TT and Stellar
Broker: Advantage Futures
Trading: Primarily Energy but also a little Equities, Fixed Income, Metals and Crypto.
Frequency: Many times daily
Duration: Never
Posts: 5,049 since Dec 2013
Thanks Given: 4,386
Thanks Received: 10,206


With print do you need to convert it to a number?

Reply With Quote
Thanked by:
  #94 (permalink)
 Adapter 
Dublin, Ireland
 
Posts: 15 since Jan 2019
Thanks Given: 327
Thanks Received: 19


SMCJB View Post
With print do you need to convert it to a number?

Not sure but this worked for me (if you'll excuse the mixing of 'margin' and 'purchasingpower'):

 
Code
var: MarginAvail(0), MarginReqd(2200);
 
MarginAvail = Getrtpurchasingpower(Getaccountid);
 
print("PurchasingPower: ", MarginAvail, " Num Contracts: ", Intportion(MarginAvail/MarginReqd));

Reply With Quote
Thanked by:
  #95 (permalink)
 kevinkdog   is a Vendor
 
Posts: 3,663 since Jul 2012
Thanks Given: 1,892
Thanks Received: 7,357


FastNCurious View Post
So here is what I have written now but I am getting an unknown identifier.

 
Code
If time =1516 then begin

Print(date, time, getrtaccountequity(strAccountNumber);

end;

I tried putting my actual account number in there but it didn't work either. If anyone knows the answer to this issue please post it here.


You were missing a closing parantheses

try this

If time =1516 then begin

Print(date, time, getrtaccountequity("22222222"));

end;


where 2222222 is your account number

Follow me on Twitter Reply With Quote
Thanked by:
  #96 (permalink)
 
FastNCurious's Avatar
 FastNCurious 
saint louis MO
 
Experience: Intermediate
Platform: TradeStation
Trading: NQ, ES, YM, CL, GC
Posts: 149 since Oct 2017
Thanks Given: 95
Thanks Received: 177


kevinkdog View Post
You were missing a closing parantheses

try this

If time =1516 then begin

Print(date, time, getrtaccountequity("22222222"));

end;


where 2222222 is your account number

This works perfectly! Ty.

Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:
  #97 (permalink)
 
FastNCurious's Avatar
 FastNCurious 
saint louis MO
 
Experience: Intermediate
Platform: TradeStation
Trading: NQ, ES, YM, CL, GC
Posts: 149 since Oct 2017
Thanks Given: 95
Thanks Received: 177


SMCJB View Post
With print do you need to convert it to a number?


yes the daily acct equity number is what I am looking for so i can keep track of total portfolio performance and the day to day swings in account equity.

Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:
  #98 (permalink)
 
FastNCurious's Avatar
 FastNCurious 
saint louis MO
 
Experience: Intermediate
Platform: TradeStation
Trading: NQ, ES, YM, CL, GC
Posts: 149 since Oct 2017
Thanks Given: 95
Thanks Received: 177

I have been working with Renko bars for the first time this week. I'm familiar with tick charts but renko almost seems like cheating. We shall see. I have a strat I "Unleashed" today on MNQM21 and so far performs as expected from the very limited backtest I ran. Keep in mind I have not done WFO on it but am simply watching it live trading a live micro. Very interesting to watch it do its thing.

Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:
  #99 (permalink)
 
vmodus's Avatar
 vmodus 
Somewhere, Delaware, USA
 
Experience: Intermediate
Platform: MultiCharts
Broker: Barchart.com
Trading: Everything, it all tastes like chicken
Posts: 1,271 since Feb 2017
Thanks Given: 2,958
Thanks Received: 2,853


FastNCurious View Post
I have been working with Renko bars for the first time this week. I'm familiar with tick charts but renko almost seems like cheating. We shall see. I have a strat I "Unleashed" today on MNQM21 and so far performs as expected from the very limited backtest I ran. Keep in mind I have not done WFO on it but am simply watching it live trading a live micro. Very interesting to watch it do its thing.

Since Renko bars do not show 'true open' on TradeStation, you may consider using Momentum bars instead. You will get accurate backtests that Renko cannot provide. There are some other Renko limitations, so let me know if you have questions. I have done a ton of work on Renko both in TS and MultiCharts..

~vmodus

Enjoy everything!
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #100 (permalink)
 
FastNCurious's Avatar
 FastNCurious 
saint louis MO
 
Experience: Intermediate
Platform: TradeStation
Trading: NQ, ES, YM, CL, GC
Posts: 149 since Oct 2017
Thanks Given: 95
Thanks Received: 177


I realize now that TS backtest with renko is bogus unless you code your strat to fill orders on close of current bar instead of open of next bar.

Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:




Last Updated on November 11, 2021


© 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