NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 107
Search: Posts Made By: ceramictilepro
Forum: NinjaTrader April 19th, 2016, 02:57 PM
Replies: 1
Views: 1,495
Posted By ceramictilepro
Zones from text file indicator function

is it possible to bypass the notepad or text file method and replace with a way to paste data directly into the indicator's properties via right clicking on chart and opening indicator?

if...
Forum: ThinkOrSwim April 11th, 2016, 11:10 PM
Replies: 3
Views: 12,378
Posted By ceramictilepro
TOS Draw Horizontal Line at Current Price Indicator needed

Hello

I am looking for a simple indicator that draws a horizontal line across chart at current price.

very similar to the ninjatrader indicator ...
Forum: NinjaTrader April 10th, 2016, 11:09 PM
Replies: 109
Views: 77,831
Posted By ceramictilepro
Do we need to use COBC? will that be CPU...

Do we need to use COBC? will that be CPU sesitive?

I couldn't find any recommendations on this setting.

thank you!
Forum: NinjaTrader February 25th, 2014, 11:55 AM
Replies: 2
Views: 2,274
Posted By ceramictilepro
Reload or F5 code for indicator needed

Hello,

I have an indicator that draws a line at a user input level with an option of alert/message to be sent via alert window/email.

I am looking for the indicator to reset itself or "F5". I...
Forum: NinjaTrader February 13th, 2014, 10:34 PM
Replies: 1
Views: 1,139
Posted By ceramictilepro
DrawLine Email Alert

Hello,

Please see attached working indicator that compiles fine.

It currently will draw a line at selected price with the option of alert by email. A custom message can be included via the...
Forum: NinjaTrader February 10th, 2014, 11:25 PM
Replies: 5
Views: 1,385
Posted By ceramictilepro
ok, did some searching and found this indicator...

ok, did some searching and found this indicator "WilliamsRforDKHoward" that you built.

will take some time to get my head wrapped around how to incorporate the code into my indicator but it looks...
Forum: NinjaTrader February 10th, 2014, 10:46 PM
Replies: 5
Views: 1,385
Posted By ceramictilepro
thanks for that bit of information. can you tell...

thanks for that bit of information. can you tell me if it's possible to have this indicator reset itself after being triggered...seems like i have to F5 or refresh manually and not automatically.
...
Forum: NinjaTrader February 7th, 2014, 01:30 PM
Replies: 5
Views: 1,385
Posted By ceramictilepro
Reset after DrawLine Touched

Hello,

Attached is a working indicator that allows the following:

1) Draws a Line at requested Level that can be changed by dragging on chart without refreshing.
2) Once line is touched, an...
Forum: NinjaTrader February 7th, 2014, 12:09 AM
Replies: 2
Views: 970
Posted By ceramictilepro
This seemed to work: price.ToString("0.00") ...

This seemed to work:

price.ToString("0.00") ;
Forum: NinjaTrader February 6th, 2014, 11:28 PM
Replies: 2
Views: 970
Posted By ceramictilepro
Print ES Price with 2 Decimals on ALL Prices

Hello,

Can anybody tell me if it's possible to have all ES prices to be printed using 2 decimal places.

Example: Currently, ES 1750.50 will be printed as "1750.5"

thank you :)
Forum: NinjaTrader February 4th, 2014, 12:35 PM
Replies: 1
Views: 1,684
Posted By ceramictilepro
DrawText - DrawTextFixed

Hello,

I am trying to add the enumerator function of "TextPosition." to an indicator that draws text only.

The idea is to be able and "move" the text to either 5 locations available to stay...
Forum: NinjaTrader February 2nd, 2014, 12:22 PM
Replies: 4
Views: 1,748
Posted By ceramictilepro
Very Nice! I'm using this one for sure! Can...

Very Nice! I'm using this one for sure!

Can you tell me if this can be attached to global drawing objects?

Thank You!
Forum: NinjaTrader February 1st, 2014, 11:29 AM
Replies: 4
Views: 1,748
Posted By ceramictilepro
N7 DrawLine not working

Hello,

Any ideas on why this is drawing on chart?

protected override void OnBarUpdate()

{

DrawLine("MyLine", 10, Close[10], 0, Close[0], Color.Blue);
Forum: NinjaTrader January 17th, 2014, 11:15 AM
Replies: 2
Views: 1,719
Posted By ceramictilepro
Success!

I was able to get the Rangeline Indicator working with the Horizontal Line.

Attached is the file for whoever is interested.

thank you!
Forum: NinjaTrader January 15th, 2014, 12:03 PM
Replies: 2
Views: 1,719
Posted By ceramictilepro
Range of Bar Indicator with Horizontal Line Added

Hello,

I was trying to be able and plot a horizontal line to the standard "Range" indicator from Ninja much like the "Priceline" indicator.

Attached is the .cs file that is close but will not...
Forum: NinjaTrader December 9th, 2013, 09:22 PM
Replies: 2
Views: 1,257
Posted By ceramictilepro
Paint inside of bars possible?

Hello,

Is it possible to paint the inside of candles different colors?

For example: Take a 60 minute bar and paint the insides different colors based on fib levels.

thank you!
Forum: NinjaTrader February 15th, 2013, 10:41 PM
Replies: 1
Views: 1,973
Posted By ceramictilepro
current P/L indicator

Hello :)

I'm looking for an indicator that will show my current P/L between 2 instruments.

For example:

Live Positions
Long ES: current P/L = $50
Short NQ: current P/L = $-25
Forum: NinjaTrader August 28th, 2012, 10:56 PM
Replies: 4
Views: 1,300
Posted By ceramictilepro
Close[2] == High[2]

Hello,

I was trying to make an indicator to draw an arrow based on the following but the arrow is not drawing on the chart.

Any help would be appreciated :)

if(Close[2] == High[2] &&...
Forum: NinjaTrader August 17th, 2012, 08:03 PM
Replies: 2
Views: 1,552
Posted By ceramictilepro
Range in Ticks indicator help

Hello,

I have an indicator that compiles fine but isn't quite what I was looking for.

It seems that it will have two prices markers (wanted just one) once both conditions are met. Below is the...
Forum: NinjaTrader August 10th, 2012, 01:32 PM
Replies: 3
Views: 3,351
Posted By ceramictilepro
draw rectangle for first hour of market indicator

Hello,

I was looking to make an indicator to draw a rectangle (around price) during the first hour of market open (9:30-10:30 EST)

any help would be appreciated :)
Forum: NinjaTrader July 30th, 2012, 06:03 PM
Replies: 1
Views: 2,403
Posted By ceramictilepro
Strategy Analyzer/backtesting with 2 time frames

Hello,

I am looking for more info if available regarding the strategy analyzer and backtesting.

I am looking to be able and backtest using two timeframes. One time frame is used only for the...
Forum: Trading Reviews and Vendors July 26th, 2012, 01:23 PM
Replies: 8
Views: 3,639
Posted By ceramictilepro
do private servers help with fills?

wanting to know if using a private server helps with fills?

thank you:)
Forum: NinjaTrader July 25th, 2012, 02:29 PM
Replies: 19
Views: 8,937
Posted By ceramictilepro
I tried using my gmail account and at&t mobile ...

I tried using my gmail account and at&t mobile

SendMail("[email protected]", "my ten digit cell [email protected]", "Subject", "possible trade");

not sure if there is a faster method.
Forum: NinjaTrader July 25th, 2012, 01:07 PM
Replies: 19
Views: 8,937
Posted By ceramictilepro
Trade Alert - Send Text Message

I was looking for a way to send myself a text based on a trade setup. Any help would be greatly appreciated :)
Forum: NinjaTrader July 21st, 2012, 07:52 PM
Replies: 6
Views: 1,620
Posted By ceramictilepro
lol, thanks buddy :)

lol, thanks buddy :)
Showing results 1 to 25 of 107

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