NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 134
Search: Posts Made By: spinnybobo
Forum: Psychology and Money Management May 1st, 2021, 01:15 PM
Replies: 201
Views: 33,120
Posted By spinnybobo
don't be too hard on yourself. Trading itself is...

don't be too hard on yourself. Trading itself is difficult and things happen quick and we still need time to grow emotionally
I noticed for myself that when I forgive myself that makes it possible...
Forum: Traders Hideout June 11th, 2020, 10:28 AM
Replies: 51
Views: 13,092
Posted By spinnybobo
here is my outlook just try to time yourself to...

here is my outlook just try to time yourself to exit in this pullback

https://www.youtube.com/watch?v=BVDd_wz93_8

The biggest most important thing is to be nice to yourself and don't beat...
Forum: Traders Hideout May 11th, 2020, 02:49 PM
Replies: 166
Views: 42,273
Posted By spinnybobo
I would paper trade for a while and focus on two...

I would paper trade for a while and focus on two things for right now:
1. trade management strategy calibrated to your market
2. your entry point

the first one also assumes you have the money...
Forum: Brokers November 9th, 2018, 08:57 PM
Replies: 4
Views: 1,876
Posted By spinnybobo
yeah I know it doesn't change things in terms of...

yeah I know it doesn't change things in terms of net equity. Maybe I am overly untrusting of brokers but whenever this happens I feel like I need to calculate things to make sure they didn't take...
Forum: Brokers November 9th, 2018, 05:15 PM
Replies: 4
Views: 1,876
Posted By spinnybobo
Brokers that don't switch positions

Hello

I am currently with NinjaTrader brokerage and really like them as they are through Dorman Trading.
The only thing that drives me crazy is they will constantly change the positions I have as...
Forum: Traders Hideout September 22nd, 2016, 10:42 PM
Replies: 22
Views: 9,748
Posted By spinnybobo
for me, using OnBarClose = false becomes...

for me, using OnBarClose = false becomes problematic when you need values for each bar from things.

I don't know how it is with using indicators like SMA or stochastics and stuff, but if you use
...
Forum: Traders Hideout September 16th, 2016, 10:53 AM
Replies: 22
Views: 9,748
Posted By spinnybobo
cool I will have to look into it sometime

cool I will have to look into it sometime
Forum: Traders Hideout September 15th, 2016, 08:42 PM
Replies: 22
Views: 9,748
Posted By spinnybobo
oh ok. yeah CQG looks great. but you can't...

oh ok. yeah CQG looks great. but you can't develop in it?
Forum: Traders Hideout September 15th, 2016, 10:16 AM
Replies: 22
Views: 9,748
Posted By spinnybobo
where are the links? wow just read about Okina. ...

where are the links? wow just read about Okina. so sad. I didn't know him but so young. :-( many prayers for him and his wife and family.
Forum: Traders Hideout September 15th, 2016, 01:15 AM
Replies: 22
Views: 9,748
Posted By spinnybobo
cool glad I could help. let me know how it goes

cool glad I could help. let me know how it goes
Forum: Traders Hideout September 14th, 2016, 06:06 PM
Replies: 22
Views: 9,748
Posted By spinnybobo
interesting. do you like it better than Ninja? ...

interesting. do you like it better than Ninja?
does it allow you do write code? what language?
Forum: Traders Hideout September 14th, 2016, 12:05 PM
Replies: 22
Views: 9,748
Posted By spinnybobo
try this code out it does not work...

try this code out
it does not work historically. Historically code would need Add(PeriodType.Tick, 1) added to Initialize()



// This namespace holds all strategies and is required. Do not...
Forum: Traders Hideout September 13th, 2016, 07:01 PM
Replies: 22
Views: 9,748
Posted By spinnybobo
Hey so if I understand you correctly you have...

Hey
so if I understand you correctly you have a strategy and you are in a position and want to exit BEFORE the bar closes.

So is your logic when it goes in your favor by 12 ticks? Are you using...
Forum: NinjaTrader September 13th, 2016, 06:53 PM
Replies: 7
Views: 1,899
Posted By spinnybobo
I wonder how people then add menus to their own...

I wonder how people then add menus to their own personal gui forms in NT7 when it is unsupported. All of that unsupported activity is what prompted Raymond to actually write in Add on supported...
Forum: NinjaTrader September 13th, 2016, 02:59 PM
Replies: 4
Views: 1,311
Posted By spinnybobo
Hey yes I am aware it is only for real time...

Hey

yes I am aware it is only for real time data. so since this is just an indicator and does need it to be tick by tick for Historical, that is fine. I am mainly talking about situations in...
Forum: NinjaTrader September 13th, 2016, 12:02 PM
Replies: 4
Views: 1,311
Posted By spinnybobo
found out the answer! OnMarketData works awesome!

So as an update here is what I discovered

my new friend is OnMarketData !

I knew I needed some type of an event similar to OnOrderUpdate and OnExecution, but since this is not a strategy I...
Forum: NinjaTrader September 12th, 2016, 03:04 PM
Replies: 7
Views: 1,899
Posted By spinnybobo
ok cool I will check it out. Is replay data...

ok cool I will check it out.

Is replay data of the same form in both NT7 and NT8? In other words, can I use NT8 data as well as replay data for NT7 as well?

thanks
Forum: NinjaTrader September 12th, 2016, 09:46 AM
Replies: 7
Views: 1,899
Posted By spinnybobo
wow that was quick. do you have a link for Ninja...

wow that was quick. do you have a link for Ninja 8 Add ons?

I was actually talking about Ninja7 above
Forum: NinjaTrader September 12th, 2016, 09:42 AM
Replies: 7
Views: 1,899
Posted By spinnybobo
How to access NinjaTrader Menus programmatically

Hello


there is a company called http://marketreplay.net/ which created their own way of downloading replay data from Ninja Traders servers without the "1 at a time" date restriction.

It is...
Forum: NinjaTrader September 10th, 2016, 08:35 PM
Replies: 4
Views: 1,311
Posted By spinnybobo
Access Tick Data within BarsInProgress minute loop

Hello

I am writing an indicator in which have the requirements of COBC = true
Most everything is on Close to collect values

But there is a part of the indicator when I evaluate everything and...
Forum: NinjaTrader July 21st, 2016, 08:43 PM
Replies: 6
Views: 1,794
Posted By spinnybobo
what language do you write the robot in? Are you...

what language do you write the robot in? Are you willing to share?
Forum: NinjaTrader July 21st, 2016, 09:19 AM
Replies: 6
Views: 1,794
Posted By spinnybobo
Hey thanks yeah I remembered seeing this...

Hey thanks

yeah I remembered seeing this page, but not being able to get it to work. Have you ever gotten it to work in any project?
So it seems like this was created mostly if people want to...
Forum: NinjaTrader July 20th, 2016, 06:58 PM
Replies: 6
Views: 1,794
Posted By spinnybobo
Outside code to access NinjaTrader data and orders

Hello

I was wondering if anybody knows if it is possible as well as "how to" use code outside of NinjaTrader platform to access NinjaTrader data as well as order information from your own...
Forum: NinjaTrader July 21st, 2015, 12:33 PM
Replies: 6
Views: 3,629
Posted By spinnybobo
Hello yes here is an image of the result. ...

Hello

yes here is an image of the result. sorry it took a while
Forum: Platforms and Indicators July 3rd, 2015, 11:33 AM
Replies: 7
Views: 7,259
Posted By spinnybobo
Hey Brian thanks a lot. Yes I have...

Hey Brian

thanks a lot. Yes I have downloaded CTS and via Visual Studio am using those examples in the
C:\Program Files\CTS\T4ClientSim\APIExamples folder ---- the T4Example2cs (C# example)
...
Showing results 1 to 25 of 134

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 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