NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 25
Search: Posts Made By: chik
Forum: EasyLanguage Programming January 3rd, 2017, 11:30 PM
Replies: 12
Views: 3,583
Posted By chik
How does this look: [IntrabarOrderGeneration...

How does this look:

[IntrabarOrderGeneration = true];

inputs:
EMAType(10),
StopLoss(500),
ProfitTaking(1500);

variables:
Forum: EasyLanguage Programming January 3rd, 2017, 10:51 PM
Replies: 12
Views: 3,583
Posted By chik
Enable [IntrabarOrderGeneration = True] at the...

Enable [IntrabarOrderGeneration = True] at the top of the script, above your inputs, not after (BullCross) turns true.
Forum: Options January 3rd, 2017, 07:29 PM
Replies: 4
Views: 1,368
Posted By chik
The delta will increase as the market moves...

The delta will increase as the market moves further in the option's favor. It won't stay 0.7. If at 2000 the delta is 0.7 and gamma is 0.1, at 2001 the delta will be 0.8.

And moments before...
Forum: EasyLanguage Programming January 3rd, 2017, 12:08 PM
Replies: 12
Views: 3,583
Posted By chik
You can also have a resting stop on the EMA: "buy...

You can also have a resting stop on the EMA: "buy next bar at EMA stop"
Forum: EasyLanguage Programming January 3rd, 2017, 12:26 AM
Replies: 12
Views: 3,583
Posted By chik
Use "close" or "c" for short. That will be the...

Use "close" or "c" for short. That will be the current closing price of your thirty-minute bar. If you use intrabar order generation, it will be the latest tick price, though intrabar order...
Forum: Traders Hideout January 2nd, 2017, 11:58 PM
Replies: 7
Views: 1,090
Posted By chik
Market = Now, regardless of price Limit = Set...

Market = Now, regardless of price
Limit = Set price, might not happen
Forum: Stocks and ETFs January 2nd, 2017, 05:21 PM
Replies: 2
Views: 1,770
Posted By chik
It's just an adaptive moving average. It moves...

It's just an adaptive moving average. It moves fast when prices move fast and slow when prices move slow.
Forum: EasyLanguage Programming December 31st, 2016, 04:33 PM
Replies: 15
Views: 5,021
Posted By chik
The Tanh stuff has no effect on the buy and sell...

The Tanh stuff has no effect on the buy and sell signals generated by the indicator. It's only there to make it look more complex than it really is, to obfuscate what is actually happening. That is...
Forum: EasyLanguage Programming December 31st, 2016, 03:50 PM
Replies: 15
Views: 5,021
Posted By chik
That's because before the first end-of-day...

That's because before the first end-of-day recording, ANN has a value of 0, which is greater than -0.001 and less than 0.001. Use "crosses" instead:

If ANN crosses above Thresh_Long then

Buy...
Forum: EasyLanguage Programming December 31st, 2016, 01:29 PM
Replies: 15
Views: 5,021
Posted By chik
I think that's because the end-of-day bar of your...

I think that's because the end-of-day bar of your 240-minute chart isn't 2:40 AM as you've written.

On my chart, in my local timezone, ES closes at 1:15 PM, so I enter 1315 for...
Forum: EasyLanguage Programming December 30th, 2016, 02:13 PM
Replies: 15
Views: 5,021
Posted By chik
OpenD, HighD, LowD, CloseD in your script are...

OpenD, HighD, LowD, CloseD in your script are daily values. You may want to use period-specific values in your calculations instead.

Here's an update to the indicator with some cruft removed, with...
Forum: EasyLanguage Programming December 29th, 2016, 11:55 AM
Replies: 15
Views: 5,021
Posted By chik
Your code appears to function properly for me. ...

Your code appears to function properly for me.

I want to reemphasize that the strategy on TradingView is impossible to replicate without a time machine. It's datasnooping. It's trading today's...
Forum: EasyLanguage Programming December 29th, 2016, 03:38 AM
Replies: 15
Views: 5,021
Posted By chik
That indicator/strategy on TradingView is among a...

That indicator/strategy on TradingView is among a number that are infamous for altering their past buy and sell signals based off new information (i.e. repainting). They're exploiting a quirk of...
Forum: Brokers April 10th, 2016, 12:04 AM
Replies: 8
Views: 4,854
Posted By chik
Double check these numbers, but last I checked,...

Double check these numbers, but last I checked, ES was $0.77 to Globex and $0.40 for clearing. On top of that you have your brokerage fee, which at Interactive Brokers I believe is $0.85 for your...
Forum: Traders Hideout April 8th, 2016, 01:25 PM
Replies: 11
Views: 3,970
Posted By chik
Say a corporation has 100 shares and decides to...

Say a corporation has 100 shares and decides to sell 20 of them on the public market for $10 to finance their operations. The corporation visits an investment bank, and that bank helps the...
Forum: Traders Hideout April 4th, 2016, 05:01 PM
Replies: 25
Views: 6,198
Posted By chik
I don't know TOS' margin requirements or whether...

I don't know TOS' margin requirements or whether or not they automatically liquidate positions you can't afford to hold anymore, but I think what's more likely is that commissions and a string of...
Forum: Traders Hideout April 4th, 2016, 12:19 PM
Replies: 25
Views: 6,198
Posted By chik
If you want to focus on ES with a small account,...

If you want to focus on ES with a small account, you should develop a trading plan that keeps you out frequently, a plan that gets you in on trend days like March 24, March 29, and April 1, but keeps...
Forum: MultiCharts March 29th, 2016, 12:47 PM
Replies: 3
Views: 2,165
Posted By chik
I don't know about MC.Net, but in normal MC... ...

I don't know about MC.Net, but in normal MC...

http://i.imgur.com/HLH7GWr.png

Format Instrument, Settings

Renko Chart Type
Box Size: Your choice
Resolution: 1 Tick
Input: OHLC
Forum: Platforms and Indicators March 28th, 2016, 02:48 PM
Replies: 5
Views: 15,274
Posted By chik
The free delayed feed is a bit buggy, yeah. I'm...

The free delayed feed is a bit buggy, yeah. I'm not sure why the ELV was so much higher with DY stock than KO. Maybe IB doesn't have any shares of DY sitting around in house, so they'd have to hit an...
Forum: Emini and Emicro Index March 28th, 2016, 12:20 PM
Replies: 28
Views: 9,919
Posted By chik
I was playing around with Renkos and the ADX, and...

I was playing around with Renkos and the ADX, and I could really only make it work with a small brick size. Is that what you're doing?
Forum: Traders Hideout March 28th, 2016, 10:33 AM
Replies: 11
Views: 5,966
Posted By chik
I would not recommend OTC penny stocks. Just...

I would not recommend OTC penny stocks. Just don't. There's generally a handful of negative reasons why each OTC company is not listed on NYSE or Nasdaq. OTC is the stock graveyard where the shares...
Forum: Platforms and Indicators March 27th, 2016, 09:41 PM
Replies: 2
Views: 1,788
Posted By chik
You might be able to extend things by writing...

You might be able to extend things by writing your own plugin, but generally no, all you can change about the indicators are their configuration options in Applied Studies, like period settings and...
Forum: Platforms and Indicators March 27th, 2016, 09:35 PM
Replies: 1
Views: 2,383
Posted By chik
I do not believe so. Trader Workstation is more...

I do not believe so. Trader Workstation is more of an trade execution platform, so it leaves some research abilities to be desired.
Forum: Platforms and Indicators March 27th, 2016, 09:27 PM
Replies: 5
Views: 15,274
Posted By chik
Equity With Loan Value is the amount of funds you...

Equity With Loan Value is the amount of funds you have available for trading. Its calculation is your settled cash, plus the market value of your positions, minus margin requirements.

They aren't...
Forum: Emini and Emicro Index March 27th, 2016, 05:50 PM
Replies: 28
Views: 9,919
Posted By chik
The ADX is great if you're not following a chart...

The ADX is great if you're not following a chart too closely. To account for lag, though, I recommend reducing the ADI from 14 period to 7, while keeping DM+ and DM- at 14. I also recommend exiting...
Showing results 1 to 25 of 25

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