NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 35
Search: Posts Made By: marpol
Forum: Platforms and Indicators April 17th, 2018, 02:56 PM
Replies: 1
Views: 1,112
Posted By marpol
To change the scale of the Y-Axis you have to...

To change the scale of the Y-Axis you have to hover your mouse on the top or bottom of the left y-axis scroll bar. you can then drag it smaller or larger. To reset click the yellow lock icon bellow...
Forum: Treasury Notes and Bonds April 17th, 2018, 02:09 PM
Replies: 9
Views: 14,457
Posted By marpol
A few more points to consider. ZN has MUCH...

A few more points to consider.

ZN has MUCH higher volume - meaning its harder to get in and out. Don't expect to catch the bid on a move. Margins are typically less on ZN but, the tick size is...
Forum: Brokers November 3rd, 2017, 07:32 PM
Replies: 13
Views: 4,847
Posted By marpol
internalize which orders? They are probably...

internalize which orders? They are probably referring to equity option orders. Futures order are centralized at the exchange.
Forum: NinjaTrader April 20th, 2017, 04:55 PM
Replies: 4
Views: 1,208
Posted By marpol
Yes I coded it.....you can use it freely/change...

Yes I coded it.....you can use it freely/change it/ sell it...lol it was only 2 lines of code...lol
Forum: NinjaTrader April 20th, 2017, 02:36 PM
Replies: 4
Views: 1,208
Posted By marpol
The attached indicator draws 2 vertical line on...

The attached indicator draws 2 vertical line on the current day. you can change the default colors and times in the code if you want.
Forum: Traders Hideout April 20th, 2017, 02:03 PM
Replies: 8
Views: 1,719
Posted By marpol
Whats your strategy? There is a good chance...

Whats your strategy? There is a good chance someone here has seen/used something similar....we could give you pointers.
Forum: Treasury Notes and Bonds April 19th, 2017, 12:58 AM
Replies: 4
Views: 1,542
Posted By marpol
1 handle is trader talk for a point. Bonds are...

1 handle is trader talk for a point. Bonds are quoted like this 151'00 not 151.00 this represents a bond worth $151,000. so if your bond is now worth $152'00 or $152,000 then you would make...
Forum: Brokers April 13th, 2017, 04:12 PM
Replies: 39
Views: 9,310
Posted By marpol
If you trade with Ninja brokerage the platform...

If you trade with Ninja brokerage the platform comes for free (although a little higher commissions). How much do you pay now and maybe we can compare with what we use?
Forum: Traders Hideout April 13th, 2017, 03:32 PM
Replies: 7
Views: 3,609
Posted By marpol
NT8's Internal Order management will not allow...

NT8's Internal Order management will not allow for bracket orders. You have to use their unmanaged orders and you need to write your own trade management (entries, cancels, overfills, check for...
Forum: NinjaTrader April 13th, 2017, 03:01 PM
Replies: 3
Views: 1,899
Posted By marpol
I can not understand your situation and why you...

I can not understand your situation and why you need to use F5. at the close of every bar NT8 will run through your code. so if you are summing the last 5 bars like this sumBars = Close[4] +Close...
Forum: NinjaTrader April 13th, 2017, 02:53 PM
Replies: 4
Views: 1,862
Posted By marpol
NT8's order management is pretty good. you can...

NT8's order management is pretty good. you can set targets and stops and they will only be executed if you have entered a trade.

Here is the link to help you out: ...
Forum: NinjaTrader April 12th, 2017, 03:57 PM
Replies: 7
Views: 1,745
Posted By marpol
It does not work if there is not enough data for...

It does not work if there is not enough data for it to calculate with. If you are going to use daily period then you will need to load more data (normally more then you need...and i think you have...
Forum: NinjaTrader April 12th, 2017, 03:20 PM
Replies: 7
Views: 1,745
Posted By marpol
no problem at all......I just put it on my market...

no problem at all......I just put it on my market Analyzer and it seems to be working for me ok. the only think I noticed on yours is it shows (5, 40) instead of (40,5)...did you set the short...
Forum: NinjaTrader April 12th, 2017, 03:07 PM
Replies: 11
Views: 3,478
Posted By marpol
Your lines are printing from 2 days ago because...

Your lines are printing from 2 days ago because of the way OnBarUpdate() works and the fact that you are plotting on a lower time frame.

OnBarUpdate updates at the END of the bar. So if you are...
Forum: NinjaTrader April 12th, 2017, 02:53 PM
Replies: 9
Views: 3,087
Posted By marpol
I have not looked at your code yet, but have some...

I have not looked at your code yet, but have some experience with renko/uni renko charts. I highly recommend you back test your strategy manually (at least a few trades) to make sure it works. I...
Forum: NinjaTrader April 12th, 2017, 02:28 PM
Replies: 7
Views: 1,745
Posted By marpol
I wrote a simple ATR Ratio indicator for you. ...

I wrote a simple ATR Ratio indicator for you. You can put it in your Market Analyser as an indicator and add conditions to change the colors. It is pretty simple so feel free to use/change the...
Forum: NinjaTrader April 8th, 2017, 11:50 AM
Replies: 18
Views: 3,742
Posted By marpol
Search the ninjatrader forums.....if you can not...

Search the ninjatrader forums.....if you can not find it there then email [email protected]
Explain the big picture and and the details.....they should be able to help :)
Forum: NinjaTrader April 7th, 2017, 05:22 PM
Replies: 18
Views: 3,742
Posted By marpol
Ok....I see now what you are trying to do. I...

Ok....I see now what you are trying to do. I am not that good at programing lines and stuff (prob easy...but no time to learn).

This is what I recommend. If you are trading in Ninja then make...
Forum: NinjaTrader April 7th, 2017, 04:45 PM
Replies: 18
Views: 3,742
Posted By marpol
Ok so I am a little bit confused...kind of. So...

Ok so I am a little bit confused...kind of. So to start here is the NT8 Reference page for ATM in ninjascript https://ninjatrader.com/support/helpGuides/nt8/en-us/strategy.htm

1) If you put on...
Forum: NinjaTrader April 7th, 2017, 03:52 PM
Replies: 18
Views: 3,742
Posted By marpol
Look here. ...

Look here. https://ninjatrader.com/support/helpGuides/nt8/en-us/order.htm

you have to define a variable first like this: private Order stopOrder1 = null;

then when you lace your order you can...
Forum: Brokers April 7th, 2017, 12:57 PM
Replies: 13
Views: 4,847
Posted By marpol
you can not internalize Futures orders. Futures...

you can not internalize Futures orders. Futures trade on one centralized exchange (nymex, CBOT, etc)...all orders must be placed on the exchange. Even Clearport orders are recorded at the exchange....
Forum: EasyLanguage Programming April 7th, 2017, 12:01 AM
Replies: 6
Views: 1,494
Posted By marpol
Sorry OP.....I did not see the category when i...

Sorry OP.....I did not see the category when i replied. I don't know easylanguage so I don't know if it has that capability. Was not trying to push NT either....I just know that it has the...
Forum: Brokers April 6th, 2017, 11:01 PM
Replies: 13
Views: 4,847
Posted By marpol
you can turn them off. Just go to message...

you can turn them off. Just go to message center...read the email/message and at the bottom is says click here to stop receiving these types of messages.

These msgs are for there own protection. ...
Forum: Emini and Emicro Index April 6th, 2017, 06:07 PM
Replies: 7
Views: 1,424
Posted By marpol
Thats the one...you can see how many contracts on...

Thats the one...you can see how many contracts on the bid and ask at each price level.....when you put your limit order in you add to that number (at the end).....
Forum: Stocks and ETFs April 6th, 2017, 04:34 PM
Replies: 3
Views: 1,191
Posted By marpol
The wash rule is to prevent you from taking a tax...

The wash rule is to prevent you from taking a tax loss on a stock and then buying it back the next day. In your example you would have a short term capital gain (taxed as ordinary income). Also...
Showing results 1 to 25 of 35

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